Skip to content

bpo-28340: backport io.TextIOWrapper.tell() improvements to py2.7#1742

Closed
rmalouf wants to merge 4 commits into
python:2.7from
rmalouf:fix-issue-28340
Closed

bpo-28340: backport io.TextIOWrapper.tell() improvements to py2.7#1742
rmalouf wants to merge 4 commits into
python:2.7from
rmalouf:fix-issue-28340

Conversation

@rmalouf
Copy link
Copy Markdown

@rmalouf rmalouf commented May 23, 2017

io.TextIOWrapper.tell() is unusably slow in Python 2.7. This same problem was introduced in Python 3 and fixed in Python 3.3, and this is my attempt at backporting the fix to 2.7.

@the-knights-who-say-ni
Copy link
Copy Markdown

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@rmalouf
Copy link
Copy Markdown
Author

rmalouf commented Nov 4, 2017

Anyone?

@Mariatta
Copy link
Copy Markdown
Member

Mariatta commented Nov 4, 2017

I'll be closing and re-opening this PR to trigger the bots.

@Mariatta Mariatta closed this Nov 4, 2017
@Mariatta Mariatta reopened this Nov 4, 2017
@Mariatta
Copy link
Copy Markdown
Member

The issue has been closed as won't fix, so I'll close this PR. Thanks!

@Mariatta Mariatta closed this Nov 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants